Package-level declarations
Types
Link copied to clipboard
data class BusinessAccountCheckCreateReport @JvmOverloads constructor(val market: String, val locale: Locale = Locale.getDefault(), val sessionId: String = "", val inputProvider: String = "", val inputUsername: String = "", val financialServicesSegments: List<FinancialServicesSegment> = listOf(
FinancialServicesSegment.PERSONAL,
FinancialServicesSegment.BUSINESS
), val financialInstitutionId: String = "") : RequestType
This class contains all the request parameters for the Business Account Check: create report flow.